home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / search.dxr / 00036_free find enter button score script.ls < prev    next >
Encoding:
Text File  |  2000-01-18  |  122 b   |  6 lines

  1. on mouseUp
  2.   global gSearchObj
  3.   poppedMenu = getPoppedMenu(getMenuBankObj(gSearchObj))
  4.   performFunction(poppedMenu)
  5. end
  6.